body {
	margin: 0;
}

.container {
	width: 100%;
	height: auto;
	min-width: 1580px;
}

.container .top {
	width: 100%;
	height: 89px;
	background: linear-gradient(90deg, #e8b2b5, #efc6c8);
}

.container .top .top-inner {
	width: 98%;
	height: 89px;
	margin: 0 auto;
}

.container .top .top-inner .top-l {
	width: 190px;
	height: 54px;
	float: left;
	padding-top: 17px;
}

.container .top .top-inner .top-r {
	width: 314px;
	height: 46px;
	float: right;
	margin-top: 22px;
}

.container .main {
	width: 100%;
	height: 1000px;
	background: url(../../img/jqyHome/main_bg.png) no-repeat top center;
	background-size: 1920px 800px;
}

.container .main .m-wrap {
	width: 1580px;
	margin: 0 auto;
	overflow: hidden;
	/*background: orange;*/
}

.container .main .m-wrap .phone {
	margin-left: 300px;
	margin-top: 100px;
	float: left;
}

.container .main .m-wrap .phone>img {
	width: 337px;
	height: 696px;
}

.container .main .m-wrap .ew-mark {
	float: left;
	width: 816px;
	height: 469px;
	margin-top: 210px;
	margin-left: 66px;
}

.container .main .m-wrap .ew-mark>img {
	width: 816px;
	height: 469px;
}